DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportRangeEditing<T> Interface / CanRemoveRange Method
The index of the items that would be removed.
The number of items to be removed.

In This Topic
    CanRemoveRange Method (ISupportRangeEditing<T>)
    In This Topic
    Determines whether a range of items at the specified startingIndex can be removed from the collection.
    Syntax
    'Declaration
     
    Function CanRemoveRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) As Boolean
    bool CanRemoveRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    The index of the items that would be removed.
    count
    The number of items to be removed.
    See Also